home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / card_7042.txt < prev    next >
Text File  |  1990-04-02  |  8KB  |  359 lines

  1. -- card: 7042 from stack: in
  2. -- bmap block id: 4256
  3. -- flags: 0000
  4. -- background id: 7909
  5. -- name: Overall
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9.   hide card field "Mona"
  10.   show card field "Mona Cover"
  11.   show card field "Message Center"
  12.   set hilite of background button "The System" to false
  13.   set hilite of background button "How It Works" to true
  14.   set hilite of background button "Scan. Concepts" to false
  15.   set hilite of background button "File Formats" to false
  16. end openCard
  17.  
  18. on closeCard
  19.   hide card field "Mona"
  20.   show card field "Mona Cover"
  21.   hide card field "Cover All"
  22.   hide card button "Self-Check"
  23.   set hilite of background button "The System" to false
  24.   set hilite of background button "How It Works" to true
  25.   set hilite of background button "Scan. Concepts" to false
  26.   set hilite of background button "File Formats" to false
  27. end closeCard
  28.  
  29. on mouseUp
  30.   hide card field "Mona"
  31.   show card field "Mona Cover"
  32. end mouseUp
  33.  
  34.  
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 80
  39. -- high flags: A003
  40. -- rect: left=70 top=283 right=304 bottom=140
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Next ...
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   hide card field "Message Center"
  52.   show card field "Message Center 2"
  53.   show card button "Go Back"
  54.   hide card button "Next ..."
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 5 (field)
  60. -- low flags: 01
  61. -- high flags: 0001
  62. -- rect: left=396 top=272 right=308 bottom=438
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 0
  66. -- font id: 3
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Cover
  71.  
  72.  
  73. -- part 6 (field)
  74. -- low flags: 81
  75. -- high flags: 0001
  76. -- rect: left=370 top=272 right=310 bottom=510
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 0
  80. -- font id: 3
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: Cover All
  85.  
  86.  
  87. -- part 7 (button)
  88. -- low flags: 80
  89. -- high flags: A004
  90. -- rect: left=1 top=315 right=340 bottom=511
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Self-Check
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   visual iris close
  102.   hide card button "Self-Check"
  103.   hide card field "Cover All"
  104.   pop card
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 8 (button)
  110. -- low flags: 00
  111. -- high flags: 0000
  112. -- rect: left=25 top=147 right=201 bottom=85
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Power Supply
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   hide card field "Mona"
  124.   show card field "Mona Cover"
  125.   push card
  126.   visual zoom out slow to card
  127.   go to card id 2369
  128. end mouseUp
  129.  
  130.  
  131.  
  132. -- part 9 (button)
  133. -- low flags: 00
  134. -- high flags: 0000
  135. -- rect: left=174 top=186 right=226 bottom=253
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Firmware
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   hide card field "Mona"
  147.   show card field "Mona Cover"
  148.   push card
  149.   visual zoom out slow to card
  150.   go to card id 5548
  151.   wait for 1 seconds
  152.   put card field "Firmware" into card field "Cover Card"
  153.   show card field "Cover Card"
  154.   hide card field "Message Center"
  155.   hide card button "Next ..."
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 10 (button)
  161. -- low flags: 00
  162. -- high flags: 0000
  163. -- rect: left=105 top=227 right=256 bottom=220
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: DIPP
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   hide card field "Mona"
  175.   push card
  176.   visual zoom out slow to card
  177.   go to card id 5548
  178.   wait for 1 seconds
  179.   put card field "DIPP" into card field "Cover Card"
  180.   show card field "Cover Card"
  181.   hide card field "Message Center"
  182.   hide card button "Next ..."
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 11 (button)
  188. -- low flags: 00
  189. -- high flags: 0000
  190. -- rect: left=270 top=165 right=231 bottom=412
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: Firmware
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   hide card field "Mona"
  202.   show card field "Mona Cover"
  203.   push card
  204.   visual zoom out slow to card
  205.   go to card id 5548
  206.   wait for 1 seconds
  207.   put card field "SCSI" into card field "Cover Card"
  208.   show card field "Cover Card"
  209.   hide card field "Message Center"
  210.   hide card button "Next ..."
  211. end mouseUp
  212.  
  213.  
  214.  
  215. -- part 12 (button)
  216. -- low flags: 00
  217. -- high flags: 0000
  218. -- rect: left=128 top=283 right=297 bottom=222
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 1
  222. -- font id: 0
  223. -- text size: 12
  224. -- style flags: 0
  225. -- line height: 16
  226. -- part name: Main Logic Board
  227. ----- HyperTalk script -----
  228. on mouseUp
  229.   hide card field "Mona"
  230.   show card field "Mona Cover"
  231.   push card
  232.   visual zoom out slow to card
  233.   go to card id 5548
  234. end mouseUp
  235.  
  236.  
  237.  
  238. -- part 13 (button)
  239. -- low flags: 00
  240. -- high flags: 0000
  241. -- rect: left=53 top=103 right=129 bottom=113
  242. -- title width / last selected line: 0
  243. -- icon id / first selected line: 0 / 0
  244. -- text alignment: 1
  245. -- font id: 0
  246. -- text size: 12
  247. -- style flags: 0
  248. -- line height: 16
  249. -- part name: Optical Mechanism
  250. ----- HyperTalk script -----
  251. on mouseUp
  252.   hide card field "Mona"
  253.   show card field "Mona Cover"
  254.   push card
  255.   visual zoom out slow to card
  256.   go to card id 4503
  257. end mouseUp
  258.  
  259.  
  260.  
  261. -- part 14 (button)
  262. -- low flags: 00
  263. -- high flags: 0000
  264. -- rect: left=117 top=97 right=138 bottom=232
  265. -- title width / last selected line: 0
  266. -- icon id / first selected line: 0 / 0
  267. -- text alignment: 1
  268. -- font id: 0
  269. -- text size: 12
  270. -- style flags: 0
  271. -- line height: 16
  272. -- part name: CCD
  273. ----- HyperTalk script -----
  274. on mouseUp
  275.   hide card field "Mona"
  276.   show card field "Mona Cover"
  277.   push card
  278.   visual zoom out slow to card
  279.   go to card id 5068
  280. end mouseUp
  281.  
  282.  
  283.  
  284. -- part 15 (field)
  285. -- low flags: 01
  286. -- high flags: 0004
  287. -- rect: left=393 top=76 right=132 bottom=498
  288. -- title width / last selected line: 0
  289. -- icon id / first selected line: 0 / 0
  290. -- text alignment: 0
  291. -- font id: 3
  292. -- text size: 9
  293. -- style flags: 0
  294. -- line height: 12
  295. -- part name: Message Center
  296.  
  297.  
  298. -- part 18 (field)
  299. -- low flags: 01
  300. -- high flags: 0001
  301. -- rect: left=422 top=182 right=212 bottom=464
  302. -- title width / last selected line: 0
  303. -- icon id / first selected line: 0 / 0
  304. -- text alignment: 0
  305. -- font id: 3
  306. -- text size: 12
  307. -- style flags: 0
  308. -- line height: 16
  309. -- part name: Mona Cover
  310.  
  311.  
  312. -- part 16 (button)
  313. -- low flags: 00
  314. -- high flags: 0000
  315. -- rect: left=411 top=172 right=263 bottom=503
  316. -- title width / last selected line: 0
  317. -- icon id / first selected line: 0 / 0
  318. -- text alignment: 1
  319. -- font id: 0
  320. -- text size: 12
  321. -- style flags: 0
  322. -- line height: 16
  323. -- part name: Mona
  324. ----- HyperTalk script -----
  325. on mouseUp
  326.   hide card field "Mona"
  327.   hide card field "Mona Cover"
  328.   put empty into card field "Mona"
  329.   set lockText of card field "Mona" to false
  330.   show card field "Mona"
  331.   get the location of card field "Mona"
  332.   click at it
  333.   type "Mona mit Macintosh"
  334.   set lockText of card field "Mona" to true
  335. end mouseUp
  336.  
  337.  
  338.  
  339. -- part 17 (field)
  340. -- low flags: 81
  341. -- high flags: 0004
  342. -- rect: left=387 top=241 right=259 bottom=505
  343. -- title width / last selected line: 0
  344. -- icon id / first selected line: 0 / 0
  345. -- text alignment: 1
  346. -- font id: 3
  347. -- text size: 9
  348. -- style flags: 0
  349. -- line height: 12
  350. -- part name: Mona
  351.  
  352.  
  353. -- part contents for card part 15
  354. ----- text -----
  355. Click on a name or part of the diagram for more information about it.
  356.  
  357. -- part contents for card part 17
  358. ----- text -----
  359. Mona mit Macintosh